ComponentOne ASP.NET MVC Controls
ShowTicks Method

C1.Web.Mvc.Fluent Namespace > GaugeBuilder<TControl,TBuilder> Class : ShowTicks Method
The value.
Configurates C1.Web.Mvc.Gauge.ShowTicks. Sets a property that determines whether the gauge should display tick marks at each step value.
Syntax
'Declaration
 
Public Function ShowTicks( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder ShowTicks( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

GaugeBuilder<TControl,TBuilder> Class
GaugeBuilder<TControl,TBuilder> Members